home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Booting Gallery
/
Booting Gallery (source)
/
(Libraries)
/
Fluent Libraries
/
Utils
/
uhoh.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-22
|
158 b
|
14 lines
|
[
TEXT/BROW
]
#ifndef __UHOH__
#define __UHOH__
#ifndef NDEBUG
static void uhoh(StringPtr message)
{
DebugStr(message);
}
#else
#define uhoh(message)
#endif
#endif